This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Julia Xannuplopgon 1.Dec.03 10:47 PM a Web browser Notes Client6.0.1Windows XP
I've got a hotspot on my form which opens another document using the EditDocument method of the NotesUIWorkspace:
Set uidoc = ws.EditDocument(True, doc, False, , True, False)
When opened this way, none of the "http..." urls inside the rich text field of that document are clickable links, even after I revert to read mode. I can change the first parameter to false, to open the doc in read mode at the start, in which case everything is fine.
Picky me (pesky end-users), I want to start in edit mode. Anyone have any thoughts?